home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / P_R / RISE101.ZIP / egyptian.pet < prev    next >
Text File  |  1996-04-12  |  4KB  |  155 lines

  1. ; Political Effects File
  2. ;
  3. ; types of political events:
  4. ;
  5. ;    0=THREAT, 
  6. ;    1=PEACE, 
  7. ;    2=FRIENDLY, 
  8. ;    3=TAUNT, 
  9. ;    4=Movement
  10. ;    5=Attack,
  11. ;    6=Capture,        // military takeover of city
  12. ;    7=Takeover,        // peaceful takeover of city
  13. ;    8=Oust,            // oust a player from a territory which he had owned
  14. ;    9=TradeImbalance
  15. ;
  16. ; relation to victim flags (add together to combine)
  17. ;
  18. ;    Alliance=1,        // allies with victim
  19. ;    Trade=2,        // trade partners with victim
  20. ;    Ignorance=4,    // doesn't know victim
  21. ;    Embargo=8,        // embargo with victim
  22. ;    AtWar=16,        // at war with victim
  23. ;    Self=32,        // is victim
  24. ;
  25. ;
  26. ; territory flags (add together to combine)
  27. ;
  28. ;    Unknown=1,
  29. ;    Owns=2,
  30. ;    WantsBack=4,
  31. ;    WantsToOwn=8,
  32. ;    DoesNotWant=16, 
  33. ;    All=255
  34. ;
  35. ;
  36. ; victim type flags (add together to combine)
  37. ; (or type of army moving in the case of movement)
  38. ;
  39. ;    Civilian=1,
  40. ;    Military=2,
  41. ;    CivKilled=4,
  42. ;    MilKilled=8,
  43. ;    AllKilled=16,
  44. ;    Any=255
  45. ;
  46. ;
  47.  
  48. pet=4,1,2,2,-3
  49. pet=4,2,2,2,-7
  50. pet=4,255,2,2,-12
  51.  
  52. ; military movement of ally or tp in our territory
  53. pet=4,3,2,2,-5
  54.  
  55. ; civilian movement of ally or tp in our territory
  56. ;pet=4,3,2,1,1
  57.  
  58. pet=4,255,2,1,-7
  59. pet=5,32,2,1,-75
  60. pet=5,32,2,255,-50
  61. pet=5,32,255,1,-20
  62. pet=5,32,255,255,-13
  63. pet=5,1,255,255,-13
  64.  
  65. ;attack wants back fatal any
  66. ; type,     relation,   territory,  victim,change
  67. pet=5,    2,        4,        16,    -30
  68. pet=5,    4,        4,        16,    -30
  69. pet=5,    8,        4,        16,    -30
  70.  
  71. ;attack wants area fatal any
  72. ; type,     relation,   territory,  victim,change
  73. pet=5,    2,        8,        16,    -20
  74. pet=5,    4,        8,        16,    -20
  75. pet=5,    8,        8,        16,    -20
  76.  
  77. ;attack unknown fatal any
  78. ; type,     relation,   territory,  victim,change
  79. pet=5,    2,        16,        16,    -5
  80. pet=5,    4,        16,        16,    -5
  81. pet=5,    8,        16,        16,    -5
  82.  
  83. ;attack unknown area fatal any
  84. ; type,     relation,   territory,  victim,change
  85. pet=5,1,1,16,-5
  86. pet=5,2,1,16,-5
  87. pet=5,4,1,16,-5
  88. pet=5,8,1,16,-5
  89.  
  90. ; attack on self in own territory (any victim)
  91. pet=5,32,2,255,-17
  92.  
  93. ;capture any
  94. ; type,     relation,   territory,  victim,change
  95. pet=6,    1,        255,        255,    -45
  96. pet=6,    2,        255,        255,    -40
  97. pet=6,    4,        255,        255,    -40
  98. pet=6,    8,        255,        255,    -45
  99. pet=6,    16,        255,        255,    -50
  100.  
  101. ;Takeover anything
  102. ; type,     relation,   territory,  victim,change
  103. pet=7,    1,        255,        255,    -45
  104. pet=7,    2,        255,        255,    -45
  105. pet=7,    4,        255,        255,    -45
  106. pet=7,    8,        255,        255,    -45
  107. pet=7,    16,        255,        255,    -45
  108.  
  109. ;Oust anything
  110. ; type,     relation,   territory,  victim,change
  111. pet=8,    1,        255,        255,    -45
  112. pet=8,    2,        255,        255,    -55
  113. pet=8,    4,        255,        255,    -49
  114. pet=8,    8,        255,        255,    -45
  115. pet=8,    16,        255,        255,    -45
  116.  
  117. ;Trade imbalance
  118. ; type,     relation,   territory,  victim,change
  119. ; pet=9,  1,              255,            255,     0
  120. pet=9,    2,        255,        255,    -5
  121. pet=9,    4,        255,        255,    -10
  122. pet=9,    8,        255,        255,    -20
  123. pet=9,    16,        255,        255,    -30
  124.  
  125. ;Threats
  126. ; type,     relation,   territory,  victim,change
  127. pet=0,     32,          255,            255,    -25
  128. pet=0,      1,          255,        255,  -15
  129. pet=0,      2,          255,        255,  -5
  130. pet=0,      16,         255,        255,   10
  131. ; pet=0,      8,          255,        255,   0
  132. ;Peace
  133. ; type,     relation,   territory,  victim,change
  134. pet=1,    1,        255,        255,     5
  135. ;pet=1,  2,              255,            255,     0
  136. ;pet=1,  8,              255,            255,     0
  137. pet=1,    16,        255,        255,    -15
  138. pet=1,    32,        255,        255,     15
  139. ;Friends
  140. ; type,     relation,   territory,  victim,change
  141. pet=2,    1,        255,        255,     5
  142. pet=2,    2,        255,        255,     2
  143. ;pet=2,  8,              255,            255,     0
  144. pet=2,    16,        255,        255,    -10
  145. pet=2,    32,        255,        255,     5
  146. ;TAUNT
  147. ; type,     relation,   territory,  victim,change
  148. pet=3,    1,        255,        255,    -15
  149. pet=3,    2,        255,        255,    -10
  150. ;pet=3,  8,              255,            255,     0
  151. pet=3,    16,        255,        255,     5
  152. pet=3,    32,        255,        255,    -20
  153.  
  154.  
  155.